Deprecations in WorkFlowEngine are shown in the table below.
| Item | Description | Deprecation Release | Removal Release | Replacement |
|---|---|---|---|---|
| getJobByID | Gets all information for a job by its ID number. Includes task details and transitions. | 2018.3 | 2019.2 | getJob |
| startJob | Start a workflow job. | 2018.3 | 2019.2 | startJobWithOptions |
| getCompletedJobs | Get a list of completed jobs. | 2018.3 | 2019.2 | searchWorkflows |